# AnuPpuccin Theme
## Introduction
| Location | Link |
| ------------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| GitHub: | <https://github.com/AnubisNekhet/AnuPpuccin> |
| Obsidian Hub: | [AnuPpuccin Theme](https://publish.obsidian.md/hub/02+-+Community+Expansions/02.05+All+Community+Expansions/Themes/AnuPpuccin) |
| Test note in Tasks-Demo vault: | [Theme - AnuPpuccin](https://github.com/obsidian-tasks-group/obsidian-tasks/blob/main/resources/sample_vaults/Tasks-Demo/Styling/Theme%20-%20AnuPpuccin.md) |
## Screenshot
![Sample tasks show in Reading mode, with the AnuPpuccin Theme](../../../images/theme-anuppuccin-reading-view.png)
## Supported statuses
<!-- snippet: DocsSamplesForStatuses.test.Theme_AnuPpuccin_Text.approved.txt -->
```txt
- [ ] #task `space` Unchecked
- [x] #task `x` Checked
- [>] #task `>` Rescheduled
- [<] #task `<` Scheduled
- [!] #task `!` Important
- [-] #task `-` Cancelled
- [/] #task `/` In Progress
- [?] #task `?` Question
- [*] #task `*` Star
- [n] #task `n` Note
- [l] #task `l` Location
- [i] #task `i` Information
- [I] #task `I` Idea
- [S] #task `S` Amount
- [p] #task `p` Pro
- [c] #task `c` Con
- [b] #task `b` Bookmark
- ["] #task `"` Quote
- [0] #task `0` Speech bubble 0
- [1] #task `1` Speech bubble 1
- [2] #task `2` Speech bubble 2
- [3] #task `3` Speech bubble 3
- [4] #task `4` Speech bubble 4
- [5] #task `5` Speech bubble 5
- [6] #task `6` Speech bubble 6
- [7] #task `7` Speech bubble 7
- [8] #task `8` Speech bubble 8
- [9] #task `9` Speech bubble 9
```
<!-- endSnippet -->
## Tasks' one-click addition
Tasks' setting pane has a one-click button to add the following information, representing the custom checkboxes in this plugin.
<!-- placeholder to force blank line before included text --><!-- include: DocsSamplesForStatuses.test.Theme_AnuPpuccin_Table.approved.md -->
| Status Symbol | Next Status Symbol | Status Name<br>`status.name includes...`<br>`sort by status.name`<br>`group by status.name` | Status Type<br>`status.type is...`<br>`sort by status.type`<br>`group by status.type` | Needs Custom Styling |
| ----- | ----- | ----- | ----- | ----- |
| `space` | `x` | Unchecked | `TODO` | No |
| `x` | `space` | Checked | `DONE` | No |
| `>` | `x` | Rescheduled | `TODO` | Yes |
| `<` | `x` | Scheduled | `TODO` | Yes |
| `!` | `x` | Important | `TODO` | Yes |
| `-` | `space` | Cancelled | `CANCELLED` | Yes |
| `/` | `x` | In Progress | `IN_PROGRESS` | Yes |
| `?` | `x` | Question | `TODO` | Yes |
| `*` | `x` | Star | `TODO` | Yes |
| `n` | `x` | Note | `TODO` | Yes |
| `l` | `x` | Location | `TODO` | Yes |
| `i` | `x` | Information | `TODO` | Yes |
| `I` | `x` | Idea | `TODO` | Yes |
| `S` | `x` | Amount | `TODO` | Yes |
| `p` | `x` | Pro | `TODO` | Yes |
| `c` | `x` | Con | `TODO` | Yes |
| `b` | `x` | Bookmark | `TODO` | Yes |
| `"` | `x` | Quote | `TODO` | Yes |
| `0` | `0` | Speech bubble 0 | `NON_TASK` | Yes |
| `1` | `1` | Speech bubble 1 | `NON_TASK` | Yes |
| `2` | `2` | Speech bubble 2 | `NON_TASK` | Yes |
| `3` | `3` | Speech bubble 3 | `NON_TASK` | Yes |
| `4` | `4` | Speech bubble 4 | `NON_TASK` | Yes |
| `5` | `5` | Speech bubble 5 | `NON_TASK` | Yes |
| `6` | `6` | Speech bubble 6 | `NON_TASK` | Yes |
| `7` | `7` | Speech bubble 7 | `NON_TASK` | Yes |
| `8` | `8` | Speech bubble 8 | `NON_TASK` | Yes |
| `9` | `9` | Speech bubble 9 | `NON_TASK` | Yes |
<!-- placeholder to force blank line after included text --><!-- endInclude -->